set the clipboard to (do shell script "date +%Y-%m-%d")

tell application "System Events"
	keystroke "v" using {command down}
end tell